home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C / Frameworks / Grant's CGI Framework 1.0b12 / Documentation / References < prev    next >
Text File  |  1995-12-09  |  4KB  |  95 lines

  1. Grant's CGI Framework
  2. (Common Grant Interface :-)
  3. Version 1.0 beta 12
  4.  
  5. [Note that net resources are dynamic and always subject to change, so the references listed here may no longer work.]
  6.  
  7.  
  8. References to Potentially Useful Information and Resources
  9.  
  10. On the Internet
  11.  
  12. Chuck Shotton's explanation of the parameters of the CGI event, including the maximum sizes of the parameters. (included, with permission, in the grantscgi Documentation folder as cgi_params.html)
  13.   http://www.biap.com/datapig/mrwheat/cgi_params.html
  14.  
  15. CGIs in Mac C by Daaron Dwyer.
  16.   http://www.mccom.com/CGIinC/
  17.  
  18. Responder framework for CGIs in C from Maxum Development.
  19.   http://www.maxum.com/maxum/
  20.  
  21. Extending WebSTAR by Jon Wiederspan.
  22.   http://www.uwtc.washington.edu/Computing/WWW/Lessons/
  23.  
  24. MailTools Gateway by John Norstad.
  25.   ftp://ftp.uwtc.washington.edu/pub/Mac/Network/WWW/MailToolsGateway.sit.bin
  26.  
  27. Macintosh World Wide Web Software Development in the MacHTTP/WebSTAR FAQ.
  28.   http://arpp1.carleton.ca/machttp/doc/dev/
  29.  
  30. MacTech Magazine.
  31.   http://www.mactech.com/
  32.  
  33. The CGI Frequently Asked Questions List
  34.   http://www.best.com/~hedlund/cgi-faq/faq.html
  35.  
  36. CGI shell in Forth
  37.   http://kreeft.intmed.mcw.edu/pf.html
  38.  
  39. On Paper
  40.  
  41. O'Fallon, John. "Writing CGI Applications in C" in 'MacTech Magazine'. September 1995. pp. 33-42
  42.  
  43. Levitus, Bob and Jeff Evans. 'WebMaster Macintosh.' AP Professional. ISBN 0-12-445574-3
  44.  
  45. Hale, Mason. "Scripting the Web with Frontier" in 'MacTech Magazine'. December 1995. pp. 57-64
  46.  
  47.  
  48. Further Information About This Framework
  49.  
  50. World Wide Web home page:
  51.      http://arpp1.carleton.ca/grant/mac/grantscgi/
  52.  
  53. Grant's CGI Discussion & Announcements mail list:
  54. I've set up a mailing list for discussing this framework. It is intended to be a forum for information, ideas, questions and announcements about CGIs written by me, and about writing CGIs using Grant's CGI Framework. 
  55. Send a message with the command "subscribe" as the subject to: 
  56.   grantcgi@arpp1.carleton.ca
  57.  
  58. Download:
  59.   http://arpp1.carleton.ca/grant/mac/grantscgi.sit.hqx
  60.  
  61. On the Info-Mac archives in "/info-mac/dev/lib/".
  62.  
  63. The "Apprentice 3" CD <http://www.celestin.com/apprentice/> includes a copy of version 1.0b1 in "Apprentice:Source Code:C:Frameworks:"
  64. "Apprentice 4" is due out in January and should have either beta 11 or 12 on it.
  65.  
  66. On eWorld: Macintosh Development Forum (shortcut "mac dev") -> Software Library -> New Files (Upload Here) -> Grant's CGI Framework
  67.  
  68.  
  69. Applications Using This Framework
  70.  
  71. Count WWWebula
  72. by Gregory S. Combs - grgcombs@mail.utexas.edu
  73. A graphical access counter for WWW pages. Returns a gif of a string of digits, displaying how many users have looked at the page.
  74. <http://uts.cc.utexas.edu/~grgcombs/htmls/counter.html>
  75. </info-mac/comm/tcp/count-wwwebula-*-cgi.hqx>
  76.  
  77. Random URL CGI
  78. by Grant Neufeld
  79. Randomly redirect the client to urls listed in a text file.
  80. <http://arpp.carleton.ca/grant/mac/cgi/random.html>
  81. </info-mac/comm/tcp/random-url-10b1-cgi.hqx>
  82.  
  83. Bounce
  84. by Stefan W. Pantke - SPantke@NetzService.de
  85. "Displays the data received from the HTTP-Server and transforms it into an HTML-page which is returned to the server/client as response. Thus the CGI is a nice tool to check forms, for example."
  86. <http://arpp.carleton.ca/grant/mac/cgi/bounce.html>
  87. </info-mac/comm/tcp/bounce-cgi.hqx>
  88.  
  89. If you have a CGI you've written using this framework, please let me know and I'll add it to this list.
  90.  
  91. ____________________
  92. StarNine, ListSTAR, and WebSTAR are trademarks of StarNine Technologies, Inc.
  93. AppleScript, Macintosh, Mac, and MacTCP are trademarks or registered trademarks of Apple Computer, Inc.
  94. UNIX is a registered trademark of Novell, Inc.
  95. Copyright ©1995 by Grant Neufeld